2e4e91678b280b6aef19fa699b30921d1989fe37
[git-annex.git] /
1 [[!comment format=mdwn
2  username="gueux"
3  avatar="http://cdn.libravatar.org/avatar/47e44a21505727b2d6bb5d88f0468f34"
4  subject="comment 2"
5  date="2019-03-21T20:40:55Z"
6  content="""
7 That's right, I'm using v7 mode with unlocked files.
8
9 ```
10 [core]
11         repositoryformatversion = 0
12         filemode = false
13         bare = false
14         logallrefupdates = true
15         symlinks = false
16         ignorecase = true
17 [annex]
18         uuid = 25e5f762-db7f-49ad-a504-93e02bba642f
19         sshcaching = false
20         crippledfilesystem = true
21         version = 7
22         thin = true
23 [filter \"annex\"]
24         smudge = git-annex smudge %f
25         clean = git-annex smudge --clean %f
26 ```
27
28
29 With 7.20190220-g9d7663432, I now get:
30
31     sqlite worker thread crashed: user error (SQLite3 returned ErrorIO while attempting to perform prepare \"SELECT null from content limit 1\": disk I/O error(while opening database connection))
32     sqlite worker thread crashed: user error (SQLite3 returned ErrorIO while attempting to perform prepare \"SELECT null from content limit 1\": disk I/O error(while opening database connection))
33     ...
34 """]]